vcProcessStatement

Inherits: vcStatement

Properties

Name Type Access Description
Filter vcProductFilter R Gets current product filter
AcceptAllProductTypes Boolean RW (Deprecated) Use vcProductFilter.IsEnabled property instead.

When set to True, any product is accepted and AcceptedFlowGroups and AcceptedProductTypes are ignored.

AcceptAllProductTypes property is synchronized with an inverse of vcProductFilter.IsEnabled.
This way:
  • Setting AcceptAllProductTypes to True will set IsEnabled to False.
  • Setting IsEnabled to True will set AcceptAllProductTypes to False.
AcceptedFlowGroups list of vcProcessFlowGroup RW (Deprecated) Use vcProductFilter instead.

Allows only the selected flow groups.
AcceptedProductTypes  list of vcProductType RW (Deprecated) Use vcProductFilter instead.

Allows only the selected product types.

Events

Name Parameters Description
OnFilterChanged vcProductFilterStatement Triggered when filter is changed